trimend c#

45

trimend c# -

//String.TrimEnd():
removes all the trailing white-space characters from the current string.
//eg  
Original String     : "abc  "
Result of TrimEnd() : "abc"

Comments

Submit
0 Comments